home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / database / bdem22.zip / BDEMO017.TXT < prev    next >
Text File  |  1994-10-27  |  1KB  |  28 lines

  1. BUILDER MOUSE FUNCTIONS
  2.  
  3. The Builder Mouse Functions Are a Set of Three High Level Functions.
  4. Using the Mouse Functions Also Requires Linking Your Builder Application
  5. With the Builder GET System Contained in the BMOUSE.OBJ File.
  6.  
  7. The Builder Mouse Functions Can Be Used to Set Up Mouse Awareness for
  8. ANY Clipper 5.x Routine.  If You Have a Third Party Library and You
  9. Would Like to Add Mouse Awareness to It's Functions, You Can Do This
  10. Very Easily Using the Builder Mouse Functions.
  11.  
  12. The Builder Mouse Functions Are Used to Program Hot Pads Within Screen
  13. Coordinates for the Left Mouse Button Only.  The Right Mouse Button Will
  14. Always Enter an ESCape Key to the Keyboard.  You Can Program a Mouse Hot
  15. Pad to Either React Repeatedly While the Left Mouse Button is Pressed or
  16. Once When it is Released.
  17.  
  18. Since Most Builder Functions are Already Mouse Aware You May Never Need
  19. to Actually Use These Functions.  In Fact There Are Only Two Builder
  20. Functions That Do Not React to Mouse Input, They Are:
  21.  
  22.          Show_Memo() and TextView()
  23.  
  24. Both Are Not Mouse Aware for the Same Reason.  The Functions Do Not
  25. Display a Screen Border, and That is Where the Mouse Pads Should Go.
  26.  
  27. ** End of File
  28.